IApi.ReadIOAlias method
Reads the alias index from a real or simulated I/O module.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<int> ReadIOAlias(
int Index
)
Function ReadIOAlias(
Index As Integer
) As KsReturn(Of Integer)
Parameters
Index
Type: int
The index of an I/O module. Indexes are zero based.
Return value
Returns a KsError code for the method and an integer value.
Usable EtherCAT states
ecatOP
Examples
N/A
See also